projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07bf904
)
filechooser: Document the response.activate action
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 29 Jul 2020 02:19:59 +0000
(22:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 29 Jul 2020 02:40:10 +0000
(22:40 -0400)
gtk/gtkfilechooserdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdialog.c
b/gtk/gtkfilechooserdialog.c
index 9eebd2dae08c20c2364432d17b8c537c45f214e4..6870bccb1cec111200ef73f2d72915ebdbd338bf 100644
(file)
--- a/
gtk/gtkfilechooserdialog.c
+++ b/
gtk/gtkfilechooserdialog.c
@@
-304,6
+304,11
@@
gtk_file_chooser_dialog_class_init (GtkFileChooserDialogClass *class)
gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserDialog, buttons);
gtk_widget_class_bind_template_callback (widget_class, response_cb);
+ /**
+ * GtkFileChooserDialog|response.activate:
+ *
+ * Activate the default response of the dialog.
+ */
gtk_widget_class_install_action (widget_class, "response.activate", NULL, gtk_file_chooser_dialog_activate_response);
}